
'Declaration
Public Class ScatterMapLayer(Of T) Inherits ExtraMapLayer(Of T)
'Usage
Dim instance As ScatterMapLayer(Of T)
public class ScatterMapLayer<T> : ExtraMapLayer<T>
public class ScatterMapLayer = class(ExtraMapLayer)
JScript does not support Generics.
public __gc class ScatterMapLayer<T> : public ExtraMapLayer<T>
generic<typename T> public ref class ScatterMapLayer : public ExtraMapLayer<T>
System.Object
C1.Web.Mvc.MapLayerBase<T>
C1.Web.Mvc.ExtraMapLayer<T>
C1.Web.Mvc.ScatterMapLayer<T>